@charset "UTF-8";
@media screen and (min-width:1200px) {
    .header {
        height: 120px;
        background-color: #fff;
        border-bottom: 1px #eee solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 80px;
        transition: .4s;
    }
    .header .head-logo {
        display: flex;
        align-items: center;
    }
    .header .head-logo h1 {
        width: 220px;
    }
    .header .head-logo .slogan {
        line-height: 22px;
        margin-left: 20px;
        position: relative;
        padding-left: 22px;
    }
    .header .head-logo .slogan::after {
        content: '';
        width: 1px;
        height: 60px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header .head-logo .slogan h3 {
        font-size: 24px;
        font-weight: bold;
        color: #c73108;
        margin-top: 8px;
    }
    .header .head-logo .slogan p {
        font-size: 18px;
        color: #666;
        margin-top: 8px;
    }
    .header .tel {
        display: flex;
        align-items: center;
        background: url(../images/top-tel.png) 0 0 no-repeat;
        width: 247px;
        height: 75px;
        padding: 5px 0 0 47px;
    }
    .nav-bt {
        display: none;
    }
    .header .tel .tel-cont {
        margin-left: 5px;
    }
    .header .tel .tel-cont span {
        color: #666;
        font-size: 15px;
    }
    .header .tel .tel-cont p {
        font-size: 26px;
        color: #c73108;
        font-weight: bold;
        margin-top: 3px;
    }
    .header.header-fixed .head-logo img {
        /* padding-bottom: 7px; */
    }
    .header.header-fixed .slogan {
        display: none;
    }
    .header.header-fixed .tel {
        display: none;
    }
    .header .head-fixed-nav {
        display: none;
    }
    .header.header-fixed .head-fixed-nav {
        display: block;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item {
        display: inline-block;
        margin-left: 30px;
        position: relative;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item a {
        display: block;
        color: #333;
        font-size: 16px;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item>a {
        display: block;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #c73108;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover a,
    .header.header-fixed .head-fixed-nav .nav-list .nav-item.active>a {
        color: #c73108;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover>a::after,
    .header.header-fixed .head-fixed-nav .nav-list .nav-item.active>a::after {
        width: 54px;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }
    .head-nav {
        background-color: #c73108;
    }
    .head-nav .nav-list {
        height: 60px;
        line-height: 60px;
    }
    .head-nav .nav-list .nav-item {
        display: inline-block;
        position: relative;
        padding: 0 28px;
    }
    .head-nav .nav-list .nav-item::before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 1px;
        height: 36px;
        background: #eee;
    }
    .head-nav .nav-list .nav-item>a {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .head-nav .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .head-nav .nav-list .nav-item:hover a,
    .head-nav .nav-list .nav-item.active>a {
        color: #fff;
    }
    .head-nav .nav-list .nav-item:hover>a::after,
    .head-nav .nav-list .nav-item.active>a::after {
        width: 54px;
    }
    .header.header-fixed .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 79px;
        left: -55px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .head-nav .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 60px;
        left: -26px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #666;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #c73108;
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }
    .head-nav .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item .subnav a {
        font-size: 14px;
        display: block;
        color: #666;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item .subnav a:hover {
        color: #c73108;
    }
    .index-banner {
        height: 600px;
        position: relative;
        margin-bottom: 80px;
    }
    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: 30px;
        z-index: 999;
        text-align: center;
    }
    .index-banner .swiper-slide {
        height: 600px;
        background-size: cover;
    }
    .index-banner .swiper-slide img {
        display: none;
    }
    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }
    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }
    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }
    .index-banner .banner-book {
        width: 1100px;
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(255 255 255 / 100%);
        z-index: 3;
        padding: 25px 30px;
        border-radius: 10px;
    }
    .index-banner .banner-book h4 {
        color: #333;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book h4 span {
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book .book-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-banner .banner-book .book-main select {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        padding: 0 12px;
        background: #F7F7F7;
        color: #666;
    }
    .index-banner .banner-book .book-main input {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        background: #ffffff;
        padding: 0 12px;
        background: #F7F7F7;
    }
    .index-banner .banner-book .book-main input.tel {
        width: 338px;
    }
    .index-banner .banner-book .book-main input.bt {
        background: #0cb46a;
        color: #fff;
        font-size: 15px;
    }
    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }
    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }
    .index-star_pro .star_pro-main {
        overflow: hidden;
        position: relative;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        background-color: #c73108;
        opacity: .7;
        width: 20px;
        height: 8px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: 30px;
        opacity: 1;
    }
    .index-star_pro .star_pro-main .pic {
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        display: block;
    }
    .index-star_pro .star_pro-main .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-star_pro .star_pro-main .text {
        margin-top: 20px;
        position: relative;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 30px;
        background-color: #fff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }
    .index-star_pro .star_pro-main .text h4 a {
        display: block;
        margin: 0 0 12px;
        font-size: 18px;
        color: #333;
    }
    .index-star_pro .star_pro-main .text .note {
        color: #999;
        line-height: 26px;
        transition: .4s;
        border-bottom: 1px #fff solid;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pagination-star_pro {
        text-align: center;
        position: absolute;
        bottom: 80px;
        z-index: 9;
    }
    .index-star_pro .star_pro-main .item:hover .text {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
    .index-star_pro .star_pro-main .item:hover .text .more {
        opacity: 1;
    }
    .index-star_pro .star_pro-main .item:hover .text h4 a {
        color: #c73108;
    }
    .index-star_pro .star_pro-main .more {
        margin-top: 25px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }
    .index-star_pro .star_pro-main .pagination-star_pro span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .index-star_pro .star_pro-main a.list-more {
        width: 130px;
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
        margin: auto;
    }
    .index-star_pro .star_pro-main a.list-more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .index-star_pro .star_pro-main a.list-more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .index-star_pro .star_pro-main a.list-more:hover span {
        padding-right: 22px;
    }
    .index-star_pro .star_pro-main a.list-more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .advantage {
        background: url(../images/case_bg.jpg) 0 0 no-repeat;
        padding: 80px;
        margin-top: 80px;
    }
    .advantage .advantage-main .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .advantage .advantage-main .top .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 25%;
        padding: 22px;
        background: #ffffff;
    }
    .advantage .advantage-main .top .item .mun-left {
        font-size: 46px;
        color: #c73108;
        margin-right: 10px;
    }
    .advantage .advantage-main .top .item .tl-right h4 {
        font-size: 22px;
    }
    .advantage .advantage-main .top .item .tl-right span {
        text-transform: uppercase;
        color: #999;
        font-size: 13px;
        margin-top: 2px;
        display: block;
    }
    .advantage .advantage-main .top .item.on {
        background: #c73108;
        position: relative;
    }
    .advantage .advantage-main .top .item.on::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -9px;
        left: 50%;
        z-index: 2;
        margin-left: -4px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #c73108;
    }
    .advantage .advantage-main .top .item.on h4 {
        color: #fff;
    }
    .advantage .advantage-main .top .item.on .mun-left {
        color: #fff;
    }
    .advantage .advantage-main .top .item.on .tl-right span {
        color: #fff;
    }
    .advantage .advantage-main .list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        padding: 20px;
        overflow: hidden;
    }
    .advantage .advantage-main .list .item .pic {
        width: 48.5%;
    }
    .advantage .advantage-main .list .item .cont {
        width: 48.5%;
        padding: 1%;
    }
    .advantage .advantage-main .list .item .cont h3 {
        font-size: 24px;
        margin-bottom: 30px;
        width: 245px;
        height: 60px;
        line-height: 60px;
        background: #c73108;
        margin-left: -32px;
        color: #fff;
        border-radius: 1px;
        text-align: center;
    }
    .advantage .advantage-main .list .item .cont p:nth-child(1) {
        margin-top: 26px;
    }
    .advantage .advantage-main .list .item .cont p {
        font-size: 15px;
        line-height: 26px;
        color: #666;
        margin-top: 10px;
    }
    .advantage .advantage-main .list .item .cont a.more {
        width: 130px;
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
        float: right;
        margin-top: 25px;
    }
    .advantage .advantage-main .list .item .cont a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .advantage .advantage-main .list .item .cont a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .advantage .advantage-main .list .item .cont a.more:hover span {
        padding-right: 22px;
    }
    .advantage .advantage-main .list .item .cont a.more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .index-device {
        margin-top: 80px;
    }
    .index-device .device-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-device .device-main .item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px;
    }
    .index-device .device-main .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .index-device .device-main .item .pic {
        width: 49%;
    }
    .index-device .device-main .item .text {
        width: 49%;
    }
    .index-device .device-main .item .text .tl {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .index-device .device-main .item .text .tl .num {
        display: inline-block;
        font-weight: bold;
        width: 80px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 44px;
        font-family: Arial;
        background-color: #c73108;
        color: #fff;
    }
    .index-device .device-main .item .text .tl .tl-main {
        margin-left: 20px;
    }
    .index-device .device-main .item .text .tl .tl-main h4 {
        font-size: 26px;
        font-weight: bold;
        color: #333;
    }
    .index-device .device-main .item .text .tl .tl-main p {
        font-size: 13px;
        color: #999;
        text-transform: uppercase;
        margin-top: 5px;
    }
    .index-device .device-main .item .text p {
        margin-top: 25px;
        line-height: 26px;
        color: #666;
    }
    .index-technology {
        padding: 80px;
        background: #f8f8f8;
        margin-top: 80px;
    }
    .index-technology .technology-main .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .index-technology .technology-main .pagination-technology {
        display: none;
    }
    .index-technology .technology-main .item {
        background: #fff;
        width: 25%;
    }
    .index-technology .technology-main .item .text {
        height: 228px;
        text-align: center;
    }
    .index-technology .technology-main .item .text .cont {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 82%;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont h4 {
        font-size: 22px;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
        color: #c73108;
    }
    .index-technology .technology-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #c73108;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont p {
        margin: auto;
        color: #666;
        line-height: 22px;
        margin-top: 12px;
    }
    .index-service {
        margin-top: 80px;
    }
    .index-service .service-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-service .service-main .item {
        width: 25%;
        text-align: center;
        padding: 55px 30px;
        overflow: hidden;
        position: relative;
    }
    .index-service .service-main .item.selected h3 {
        color: #fff;
    }
    .index-service .service-main .item.selected p {
        color: #fff;
    }
    .index-service .service-main .item.selected .pic {
        border: 4px solid #fff;
    }
    .index-service .service-main .item.selected::after {
        top: 0;
    }
    .index-service .service-main .item.selected:hover h3 {
        color: #fff;
    }
    .index-service .service-main .item.selected:hover p {
        color: #fff;
    }
    .index-service .service-main .item.selected:hover .pic {
        border: 4px solid #fff;
    }
    .index-service .service-main .item .pic {
        width: 70%;
        display: block;
        margin: auto;
        border-radius: 50%;
        border: 4px solid #c73108;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item h3 {
        font-size: 22px;
        color: #c73108;
        margin: 25px 0 20px;
        font-weight: 500;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
        line-height: 25px;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item a {
        display: inline-block;
        background-color: #fff;
        height: 35px;
        padding: 0 43px;
        line-height: 33px;
        margin-top: 15px;
        border: 1px solid #cccccc;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        background: #c73108;
        background-size: cover;
        z-index: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-service .service-main .item:hover::after {
        top: 0%;
    }
    .index-process {
        padding: 80px 0;
        position: relative;
    }
    .index-process .process-main {
        display: flex;
        justify-content: space-between;
    }
    .index-process .process-main::after {
        content: '';
        background: #e3e3e3;
        position: absolute;
        bottom: 95px;
        height: 2px;
        width: 100%;
        left: 0;
        margin: auto;
        right: 0;
        z-index: 2;
    }
    .index-process .process-main .item {
        text-align: center;
        z-index: 9;
        width: 14%;
    }
    .index-process .process-main .item:nth-child(1) {
        animation-delay: 0.1s;
    }
    .index-process .process-main .item:nth-child(2) {
        animation-delay: 0.2s;
    }
    .index-process .process-main .item:nth-child(3) {
        animation-delay: 0.3s;
    }
    .index-process .process-main .item:nth-child(4) {
        animation-delay: 0.4s;
    }
    .index-process .process-main .item:nth-child(5) {
        animation-delay: 0.5s;
    }
    .index-process .process-main .item:nth-child(6) {
        animation-delay: 0.6s;
    }
    .index-process .process-main .item:nth-child(7) {
        animation-delay: 0.7s;
    }
    .index-process .process-main .item:nth-child(8) {
        animation-delay: 0.8s;
    }
    .index-process .process-main .item:nth-child(9) {
        animation-delay: 0.9s;
    }
    .index-process .process-main .item h5 {
        margin-top: 16px;
        font-size: 18px;
        color: #333;
    }
    .index-process .process-main .item p {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
        min-height: 32px;
    }
    .index-process .process-main .item .step {
        height: 35px;
        width: 35px;
        margin: auto;
        margin-top: 28px;
        position: relative;
        z-index: 9;
        background: #fff;
    }
    .index-process .process-main .item .step span {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #d5d5d5;
        font-size: 15px;
        color: #a3a3a3;
        display: block;
        line-height: 34px;
        margin: auto;
    }
    .index-process .process-main .item.selected .step span {
        background: #c73108;
        color: #fff;
        border: #c73108;
    }
    .index-partner {
        padding: 80px 0;
        background: #f8f8f8;
        margin: 80px 0;
        overflow: hidden;
    }
    .index-partner .partner-main{
        overflow: hidden;
    }
    .index-partner .partner-main ul {
      
    }
    .index-partner .partner-main ul li {

    }
    .index-partner .partner-main ul li:nth-child(5n) {

    }
    .index-partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .index-partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .index-about {
        background: url(../images/bg_about.jpg) 0 0 no-repeat;
        padding: 80px 0;
    }
    .index-about .container {
        position: relative;
    }
    .index-about .about-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 122px;
        align-items: center;
        overflow: hidden;
    }
    .index-about .about-main .pic {
        width: 47.5%;
    }
    .index-about .about-main .text {
        width: 48.5%;
    }
    .index-about .about-main .text h3 {
        font-size: 26px;
        font-weight: bold;
    }
    .index-about .about-main .text h4 {
        margin-bottom: 20px;
        color: #666;
        margin-top: 6px;
        position: relative;
        padding-bottom: 13px;
        text-transform: uppercase;
    }
    .index-about .about-main .text .list .box {
        display: none;
        height: 178px;
    }
    .index-about .about-main .text h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #c73108;
    }
    .index-about .about-main .text p {
        line-height: 24px;
        color: #666;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture {
        display: flex;
        justify-content: space-around;
        margin-top: 42px;
        border-top: 1px solid #e3e3e3;
        padding-top: 22px;
    }
    .index-about .about-main .text .culture .item .icon {
        display: none;
        width: 60px;
        height: 60px;
        background: #c73108;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture .item span {
        font-size: 15px;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .index-about .about-main .text .culture .item span.active::after {
        width: 80%;
    }
    .index-about .about-main .text .culture .item span::after {
        content: "";
        height: 2px;
        background: #c73108;
        position: absolute;
        width: 0%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-about .about-date {
        height: 132px;
        position: absolute;
        width: 1300px;
        bottom: -70px;
        background-color: #fff;
        box-shadow: 0 10px 10px rgba(226, 226, 226, 0.7);
        font-family: "hkyt";
    }
    .index-about .about-date .layout_box .module_ul {
        height: 132px;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .index-about .about-date .layout_box li {
        width: 25%;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        position: relative;
    }
    .index-about .about-date .layout_box li::after {
        content: "";
        position: absolute;
        height: 60px;
        width: 1px;
        background: #ddd;
        right: 0;
    }
    .index-about .about-date .layout_box li:last-child:after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: 48px;
        color: #333;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-size: 16px;
        font-weight: lighter;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-size: 18px;
        color: #999;
        font-weight: bold;
        vertical-align: super;
        margin-left: 5px;
    }
    .index-about .about-date .layout_box li .number {
        margin-top: -6px;
    }
    .index-about .about-date .layout_box li .title_p {
        font-size: 14px;
        color: #666;
    }
    .index-honor {
        margin-top: 80px;
    }
    .index-honor .container {
        overflow: hidden;
    }
    .index-honor .container .swiper-slide {
        text-align: center;
    }
    .index-honor .container .swiper-slide p {
        color: #666;
        margin-top: 12px;
    }
    .index-news {
        margin-bottom: 80px;
    }
    .index-news .news-cate {
        margin-bottom: 45px;
        text-align: center;
    }
    .index-news .news-cate ul li {
        display: inline-block;
        height: 35px;
        width: 125px;
        text-align: center;
        line-height: 35px;
        border-radius: 50px;
        overflow: hidden;
    }
    .index-news .news-cate ul li a {
        background: #f8f8f8;
        display: block;
        color: #666;
    }
    .index-news .news-cate ul li a:hover {
        background: #c73108;
        color: #fff;
    }
    .index-news .news-cate ul li.on a {
        background: #c73108;
        color: #fff;
    }
    .index-news .news-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-news .news-main .left-top {
        width: 48%;
    }
    .index-news .news-main .left-top .pic {
        overflow: hidden;
    }
    .index-news .news-main .left-top .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top h5 {
        margin-top: 20px;
    }
    .index-news .news-main .left-top h5 a {
        display: block;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top:hover h5 a {
        color: #c73108;
    }
    .index-news .news-main .left-top:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-news .news-main .left-top p {
        font-size: 13px;
        color: #666;
        margin-top: 10px;
        line-height: 20px;
    }
    .index-news .news-main .right-list {
        width: 48%;
    }
    .index-news .news-main .right-list .item {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .index-news .news-main .right-list .item .pic {
        overflow: hidden;
        position: relative;
        width: 20%;
    }
    .index-news .news-main .right-list .item .pic .time {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        height: 70px;
        width: 70px;
        background-color: rgb(199 49 8 / 0.7);
    }
    .index-news .news-main .item .pic {
        overflow: hidden;
    }
    .index-news .news-main .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .pic .time b {
        color: #ffffff;
        font-size: 26px;
        display: block;
        margin-top: 9px;
        font-weight: bold;
    }
    .index-news .news-main .item .pic .time span {
        color: #ffffff;
    }
    .index-news .news-main .item .text {
        width: 77%;
        background-color: #fff;
    }
    .index-news .news-main .item .text h3 {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-news .news-main .item .text h3 a {
        color: #333;
        font-size: 15px;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .text p {
        color: #999;
        line-height: 20px;
        font-size: 3px;
    }
    .index-news .news-main .item:hover .text h3 a {
        color: #c73108;
    }
    .index-news .news-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .footer {
        background: #262930;
    }
    .footer .container {
        overflow: hidden;
    }
    .footer .foot-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        margin-top: 65px;
    }
    .footer .foot-main .foot-nav-list {
        width: 868px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    .footer .foot-main .foot-nav-list .item dt.tit {
        font-size: 16px;
        margin-bottom: 30px;
        border-bottom: 1px #ddd solid;
        padding: 0 50px 10px 0;
        position: relative;
        font-weight: bold;
    }
    .footer .foot-main .foot-nav-list .item dt.tit::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #d60211;
    }
    .footer .foot-main .foot-nav-list .item dd a {
        display: block;
        color: #b4b7b8;
        margin-bottom: 15px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .footer .foot-main .foot-nav-list .item dd a:hover {
        color: #fff;
    }
    .footer .foot-main .foot-contact {
        text-align: left;
        color: #fff;
    }
    .footer .foot-main .foot-contact .add {
        max-width: 325px;
    }
    .footer .foot-main .foot-contact .add p {
        font-size: 14px;
        line-height: 21px;
        color: #b4b7b8;
        margin-bottom: 12px;
    }
    .footer .foot-main .foot-contact h2.tel {
        margin: 10px 0 20px;
        font-size: 36px;
        color: #ffffff;
    }
    .footer .foot-main .foot-contact .consult {
        display: inline-block;
        margin-top: 10px;
    }
    .footer .foot-main .foot-contact .consult a {
        background: #d60211 url(../images/icon_consult.png) 17px 13px no-repeat;
        background-size: 20px 20px;
        display: block;
        width: 120px;
        padding-left: 30px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: #fff;
    }
    .footer .foot-main .qrcode img {
        display: block;
        width: 120px;
    }
    .footer .foot-main .qrcode p {
        color: #a5a8aa;
        text-align: center;
        margin-top: 10px;
    }
    .footer .foot-bottom {
        border-top: 1px #313131 solid;
        padding: 25px 0;
        color: #999;
    }
    .footer .foot-bottom .container {
        text-align: center;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .header {
        height: 1.733333rem;
        background-color: #fff;
        border-bottom: 1px #eee solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.733333rem;
        transition: .4s;
    }
    .header .head-logo {
        align-items: center;
    }
    .header .head-logo h1 {
        width: 4rem;
    }
    .header .head-logo .slogan {
        line-height: 22px;
        margin-left: 20px;
        position: relative;
        padding-left: 22px;
        display: none;
    }
    .header .head-logo .slogan::after {
        content: '';
        width: 1px;
        height: 60px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header .head-logo .slogan h3 {
        font-size: 24px;
        font-weight: bold;
        color: #c73108;
        margin-top: 8px;
    }
    .header .head-logo .slogan p {
        font-size: 18px;
        color: #666;
        margin-top: 8px;
    }
    .header .tel {
        display: none;
        align-items: center;
        background: url(../images/top-tel.png) 0 0 no-repeat;
        width: 247px;
        height: 75px;
        padding: 5px 0 0 47px;
    }
    .header .tel .tel-cont {
        margin-left: 5px;
    }
    .header .tel .tel-cont span {
        color: #666;
        font-size: 15px;
    }
    .header .tel .tel-cont p {
        font-size: 26px;
        color: #c73108;
        font-weight: bold;
        margin-top: 3px;
    }
    .header.header-fixed .head-logo img {
        /* padding-bottom: 7px; */
    }
    .header.header-fixed .slogan {
        display: none;
    }
    .header.header-fixed .tel {
        display: none;
    }
    body.scroll-hide {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    .header .head-fixed-nav {
        display: none;
    }
    .header.header-fixed .head-fixed-nav {
        display: none;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item {
        display: inline-block;
        margin-left: 30px;
        position: relative;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item a {
        display: block;
        color: #333;
        font-size: 16px;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item>a {
        display: block;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background-color: #c73108;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover a,
    .header.header-fixed .head-fixed-nav .nav-list .nav-item.active>a {
        color: #c73108;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover>a::after,
    .header.header-fixed .head-fixed-nav .nav-list .nav-item.active>a::after {
        width: 54px;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        position: relative;
    }
    .head-nav {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        left: 0;
        height: 100%;
        top: 1.733333rem;
        height: 100%;
        transform: translateY(-30px);
        opacity: 0;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        z-index: 9999;
    }
    .head-nav.show {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
    }
    .header .container .nav-bt {
        width: .6rem;
        height: .5rem;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: .64rem;
    }
    .header .container .nav-bt span {
        display: block;
        height: .0533rem;
        width: 100%;
        background: #666;
        opacity: 0.6;
        margin-bottom: .16rem;
    }
    .head-nav .nav-list {
        line-height: 1.28rem;
    }
    .head-nav .nav-list .nav-item {
        position: relative;
        border-bottom: 1px solid #eee;
    }
    .head-nav .nav-list .nav-item::before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 1px;
        height: 36px;
        background: #eee;
    }
    .head-nav .nav-list .nav-item>a {
        display: block;
        color: #333;
        font-size: .4rem;
    }
    .head-nav .nav-list .nav-item>a.sub-a::after {
        content: "";
        position: absolute;
        right: 0px;
        top: .5333rem;
        width: .32rem;
        height: .2133rem;
        background: url(../images/icon_subnav.svg) 0 center no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background-size: 100%;
    }
    .head-nav .nav-list .nav-item.active>a {
        color: #c73108;
    }
    .header.header-fixed .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 79px;
        left: -55px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }
    .head-nav .nav-list .nav-item .subnav {
        display: none;
        z-index: 99;
        line-height: 50px;
        background-color: #fff;
        text-align: left;
        padding: .5333rem 0;
        border-top: 1px solid #eee;
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
        line-height: 1rem;
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }
    .head-nav .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .header.header-fixed .head-fixed-nav .nav-list .nav-item .subnav a {
        font-size: 14px;
        display: block;
        color: #666;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .header .container .nav-bt span {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 0.05866rem;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000000;
        transition: all 0.3s ease 0s;
    }
    .header .container .nav-bt span.line2 {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .header .container .nav-bt span.line3 {
        bottom: 0;
        top: unset;
    }
    .header .container .nav-bt.close span.line1 {
        transform: rotate(45deg);
        top: 0.2rem;
    }
    .header .container .nav-bt.close span.line2 {
        opacity: 0;
    }
    .header .container .nav-bt.close span.line3 {
        transform: rotate(-45deg);
        top: 0.2rem;
    }
    .index-banner {
        position: relative;
        margin-bottom: 1.066667rem;
    }
    .index-banner .swiper-pagination-banner {
        position: absolute;
        bottom: .266667rem;
        z-index: 999;
        text-align: center;
    }
    .index-banner .swiper-slide {
        background: none;
    }
    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }
    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }
    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }
    .index-banner .banner-book {
        width: 1100px;
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(255 255 255 / 100%);
        z-index: 3;
        padding: 25px 30px;
        border-radius: 10px;
    }
    .index-banner .banner-book h4 {
        color: #333;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book h4 span {
        font-size: 20px;
        font-weight: bold;
    }
    .index-banner .banner-book .book-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-banner .banner-book .book-main select {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        padding: 0 12px;
        background: #F7F7F7;
        color: #666;
    }
    .index-banner .banner-book .book-main input {
        width: 220px;
        border-radius: 3px;
        height: 46px;
        border: none;
        background: #ffffff;
        padding: 0 12px;
        background: #F7F7F7;
    }
    .index-banner .banner-book .book-main input.tel {
        width: 338px;
    }
    .index-banner .banner-book .book-main input.bt {
        background: #0cb46a;
        color: #fff;
        font-size: 15px;
    }
    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }
    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }
    .index-star_pro .star_pro-main {
        overflow: hidden;
        position: relative;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet {
        background-color: #c73108;
        opacity: .7;
        width: .32rem;
        height: .16rem;
        border-radius: .533333rem;
    }
    .index-banner .swiper-pagination-banner .swiper-pagination-bullet-active {
        width: .48rem;
        opacity: 1;
    }
    .index-star_pro .star_pro-main .pic {
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        display: block;
    }
    .index-star_pro .star_pro-main .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-star_pro .star_pro-main .text {
        position: relative;
        width: 90%;
        margin: auto;
        text-align: center;
        background-color: #fff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        margin-top: .586667rem;
    }
    .index-star_pro .star_pro-main .text h4 a {
        display: block;
        margin: 0 0 .32rem;
        font-size: .426667rem;
        font-weight: bold;
        color: #333;
    }
    .index-star_pro .star_pro-main .text .note {
        color: #999;
        line-height: .586667rem;
        transition: .4s;
        border-bottom: 1px #fff solid;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-star_pro .star_pro-main .pagination-star_pro {
        text-align: center;
        position: absolute;
        bottom: 1.653333rem;
        z-index: 99;
    }
    .index-star_pro .star_pro-main .item:hover .text h4 a {
        color: #c73108;
    }
    .index-star_pro .star_pro-main .more {
        margin-top: .666667rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }
    .index-star_pro .star_pro-main .pagination-star_pro span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .index-star_pro .star_pro-main a.list-more {
        width: 3.466667rem;
        display: block;
        height: 1.013333rem;
        text-align: center;
        line-height: 1.013333rem;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
        margin: auto;
        margin-top: .533333rem;
    }
    .index-star_pro .star_pro-main a.list-more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .index-star_pro .star_pro-main a.list-more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .index-star_pro .star_pro-main a.list-more:hover span {
        padding-right: 22px;
    }
    .index-star_pro .star_pro-main a.list-more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .advantage {
        background: url(../images/case_bg.jpg) bottom no-repeat #f8f8f8;
        padding: 1.066667rem 0;
        margin-top: 1.066667rem;
    }
    .advantage .advantage-main .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .advantage .advantage-main .top .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 25%;
        padding: .266667rem;
        background: #ffffff;
    }
    .advantage .advantage-main .top .item .mun-left {
        font-size: 46px;
        color: #c73108;
        margin-right: 10px;
        display: none;
    }
    .advantage .advantage-main .top .item .tl-right h4 {
        font-size: .4rem;
        font-weight: bold;
    }
    .advantage .advantage-main .top .item .tl-right span {
        text-transform: uppercase;
        color: #999;
        font-size: 13px;
        margin-top: 2px;
        display: none;
    }
    .advantage .advantage-main .top .item.on {
        background: #c73108;
        position: relative;
    }
    .advantage .advantage-main .top .item.on::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -0.16rem;
        left: 50%;
        z-index: 2;
        margin-left: -0.106667rem;
        width: 0;
        height: 0;
        border-left: 0.16rem solid transparent;
        border-right: 0.16rem solid transparent;
        border-top: 0.16rem solid #c73108;
    }
    .advantage .advantage-main .top .item.on h4 {
        color: #fff;
    }
    .advantage .advantage-main .top .item.on .mun-left {
        color: #fff;
    }
    .advantage .advantage-main .top .item.on .tl-right span {
        color: #fff;
    }
    .advantage .advantage-main .list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        background: #fff;
        padding: .266667rem;
        overflow: hidden;
    }
    .advantage .advantage-main .list .item .pic {
        width: 100%;
    }
    .advantage .advantage-main .list .item .cont {
        width: 100%;
        padding: .266667rem;
    }
    .advantage .advantage-main .list .item .cont h3 {
        font-size: 24px;
        margin-top: 10px;
        width: 245px;
        height: 60px;
        line-height: 60px;
        background: #c73108;
        margin-left: -32px;
        color: #fff;
        border-radius: 1px;
        text-align: center;
        display: none;
    }
    .advantage .advantage-main .list .item .cont p {
        font-size: .346667rem;
        line-height: .64rem;
        color: #666;
        margin-top: .213333rem;
    }
    .advantage .advantage-main .list .item .cont a.more {
        width: 3.466667rem;
        display: block;
        height: 1.013333rem;
        text-align: center;
        line-height: 1.013333rem;
        color: #fff;
        background: #c73108;
        border-radius: 1.333333rem;
        margin: .666667rem auto;
    }
    .advantage .advantage-main .list .item .cont a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .advantage .advantage-main .list .item .cont a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .advantage .advantage-main .list .item .cont a.more:hover span {
        padding-right: 22px;
    }
    .advantage .advantage-main .list .item .cont a.more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .index-device {
        margin-top: 1.066667rem;
    }
    .index-device .device-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-device .device-main .item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: .746667rem;
    }
    .index-device .device-main .item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .index-device .device-main .item .pic {
        width: 100%;
    }
    .index-device .device-main .item .text {
        width: 100%;
    }
    .index-device .device-main .item .text .tl {
        text-align: center;
        margin-top: .533333rem;
    }
    .index-device .device-main .item .text .tl .num {
        display: block;
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: .853333rem;
        font-family: Arial;
        color: #c73108;
    }
    .index-device .device-main .item .text .tl .tl-main {
        margin-top: 5px;
    }
    .index-device .device-main .item .text .tl .tl-main h4 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .index-device .device-main .item .text .tl .tl-main p {
        font-size: 13px;
        color: #999;
        text-transform: uppercase;
        margin-top: 5px;
        display: none;
    }
    .index-device .device-main .item .text p {
        margin-top: .266667rem;
        line-height: .613333rem;
        text-align: center;
        color: #666;
    }
    .index-technology {
        padding: 1.066667rem 0;
        background: #f8f8f8;
        margin-top: 1.066667rem;
    }
    .index-technology .technology-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
        background: #fff;
    }
    .index-technology .technology-main .pagination-technology {
        text-align: center;
        position: relative;
        bottom: 15px;
        z-index: 2;
    }
    .index-technology .technology-main .pagination-technology span {
        width: .213333rem;
        height: .213333rem;
    }
    .index-technology .technology-main .pagination-technology span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .index-technology .technology-main .item {
        background: #fff;
        width: 33.33%;
    }
    .index-technology .technology-main .item a {
        flex-direction: column-reverse;
        display: flex;
    }
    .index-technology .technology-main .item:nth-child(2n) a {
        flex-direction: column
    }
    .index-technology .technology-main .item .pic {
        padding: .266667rem;
    }
    .index-technology .technology-main .item .pic img {
        width: 100%;
    }
    .index-technology .technology-main .item .text {
        padding: .8rem 0;
        text-align: center;
    }
    .index-technology .technology-main .item .text .cont {
        display: block;
        position: relative;
        width: 88%;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont h4 {
        font-size: .48rem;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold;
        color: #c73108;
    }
    .index-technology .technology-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        width: 1.12rem;
        height: .053333rem;
        background: #c73108;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .index-technology .technology-main .item .text .cont p {
        margin: auto;
        color: #666;
        line-height: .586667rem;
        margin-top: .32rem;
        font-size: .346667rem;
    }
    .index-service {
        margin-top: 1.066667rem;
    }
    .index-service .service-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-service .service-main .item {
        width: 48%;
        text-align: center;
        overflow: hidden;
        position: relative;
        margin-bottom: .666667rem;
    }
    .index-service .service-main .item .pic {
        width: 70%;
        display: block;
        margin: auto;
        border-radius: 50%;
        border: .08rem solid #c73108;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .index-service .service-main .item h3 {
        font-size: .426667rem;
        color: #c73108;
        margin: .426667rem 0 .32rem;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-weight: bold;
    }
    .index-service .service-main .item p {
        font-size: .346667rem;
        color: #666;
        margin: 10px 0;
        line-height: .586667rem;
        position: relative;
        z-index: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-service .service-main .item a {
        display: none;
        background-color: #fff;
        height: 35px;
        padding: 0 43px;
        line-height: 33px;
        margin-top: 15px;
        border: 1px solid #cccccc;
        position: relative;
        z-index: 2;
    }
    .index-process {
        padding: 1.066667rem 0;
        position: relative;
    }
    .index-process .process-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-process .process-main .item {
        text-align: center;
        z-index: 9;
        width: 49%;
        margin-bottom: .8rem;
    }
    .index-process .process-main .item:nth-child(1) {
        animation-delay: 0.1s;
    }
    .index-process .process-main .item:nth-child(2) {
        animation-delay: 0.2s;
    }
    .index-process .process-main .item:nth-child(3) {
        animation-delay: 0.3s;
    }
    .index-process .process-main .item:nth-child(4) {
        animation-delay: 0.4s;
    }
    .index-process .process-main .item:nth-child(5) {
        animation-delay: 0.5s;
    }
    .index-process .process-main .item:nth-child(6) {
        animation-delay: 0.6s;
    }
    .index-process .process-main .item:nth-child(7) {
        animation-delay: 0.7s;
    }
    .index-process .process-main .item:nth-child(8) {
        animation-delay: 0.8s;
    }
    .index-process .process-main .item:nth-child(9) {
        animation-delay: 0.9s;
    }
    .index-process .process-main .item h5 {
        margin-top: .4rem;
        font-size: .4rem;
        color: #333;
        font-weight: bold;
    }
    .index-process .process-main .item p {
        margin: auto;
        margin-top: .266667rem;
        font-size: .32rem;
        color: #666;
        width: 93%;
        line-height: .533333rem;
    }
    .index-process .process-main .item .step {
        height: 35px;
        width: 35px;
        margin: auto;
        margin-top: 28px;
        position: relative;
        z-index: 9;
        background: #fff;
        display: none;
    }
    .index-process .process-main .item .step span {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid #d5d5d5;
        font-size: 15px;
        color: #a3a3a3;
        line-height: 34px;
        margin: auto;
    }
    .index-process .process-main .item.selected .step span {
        background: #c73108;
        color: #fff;
        border: #c73108;
    }
    .index-partner {
        padding: 1.066667rem 0;
        background: #f8f8f8;
        margin: 1.066667rem 0;
        overflow: hidden;
    }
    .index-partner .partner-main ul {
        
    }
    .index-partner .partner-main ul li {

    }
    .index-partner .partner-main ul li:last-child {
  
    }
    .index-partner .partner-main ul li:nth-child(3n) {
       
    }
    .index-partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .index-partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .index-about {
        background: url(../images/bg_about.jpg) center bottom no-repeat #fbfaf8;
        padding: 40px 0;
    }
    .index-about .container {
        position: relative;
    }
    .index-about .about-main {
        padding-bottom: 122px;
        align-items: center;
        overflow: hidden;
    }
    .index-about .about-main .pic {
        width: 100%;
    }
    .index-about .about-main .text {
        width: 100%;
    }
    .index-about .about-main .text h3 {
        font-size: 26px;
        font-weight: bold;
        display: none;
    }
    .index-about .about-main .text h4 {
        margin-bottom: 20px;
        color: #666;
        margin-top: 6px;
        position: relative;
        padding-bottom: 13px;
        text-transform: uppercase;
        display: none;
    }
    .index-about .about-main .text .list .box {
        display: none;
        height: 178px;
    }
    .index-about .about-main .text h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #c73108;
    }
    .index-about .about-main .text p {
        line-height: 24px;
        color: #666;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture {
        display: none;
        justify-content: space-around;
        margin-top: 42px;
        border-top: 1px solid #e3e3e3;
        padding-top: 22px;
    }
    .index-about .about-main .text .culture .item .icon {
        display: none;
        width: 60px;
        height: 60px;
        background: #c73108;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        margin-bottom: 10px;
    }
    .index-about .about-main .text .culture .item span {
        font-size: 15px;
        position: relative;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .index-about .about-main .text .culture .item span.active::after {
        width: 80%;
    }
    .index-about .about-main .text .culture .item span::after {
        content: "";
        height: 2px;
        background: #c73108;
        position: absolute;
        width: 0%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-about .about-date {
        font-family: "hkyt";
    }
    .index-about .about-date .layout_box .module_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-about .about-date .layout_box li {
        width: 50%;
        box-sizing: border-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        position: relative;
        margin-top: .853333rem;
    }
    .index-about .about-date .layout_box li::after {
        content: "";
        position: absolute;
        height: 1.28rem;
        width: 1px;
        background: #ddd;
        right: 0;
        top: .08rem;
    }
    .index-about .about-date .layout_box li:nth-child(2n):after {
        display: none;
    }
    .index-about .about-date .layout_box li .number .counterDX {
        font-size: .96rem;
        color: #333;
    }
    .index-about .about-date .layout_box li:nth-child(1) .number .unit {
        font-size: .346667rem;
        font-weight: lighter;
    }
    .index-about .about-date .layout_box li .number .unit {
        font-size: .373333rem;
        color: #999;
        font-weight: bold;
        vertical-align: super;
        margin-left: .133333rem;
    }
    .index-about .about-date .layout_box li .number {
        margin-top: -0.16rem;
    }
    .index-about .about-date .layout_box li .title_p {
        font-size: .346667rem;
        color: #666;
        margin-top: .16rem;
    }
    .index-honor {
        margin-top: 1.066667rem;
    }
    .index-honor .container {
        overflow: hidden;
    }
    .index-honor .container .swiper-slide {
        text-align: center;
    }
    .index-honor .container .swiper-slide p {
        color: #666;
        margin-top: 12px;
    }
    .index-news {
        margin-bottom: 1.066667rem;
    }
    .index-news .news-cate {
        margin-bottom: 45px;
        text-align: center;
    }
    .index-news .news-cate ul li {
        display: inline-block;
        height: .906667rem;
        width: 2.666667rem;
        text-align: center;
        line-height: .906667rem;
        border-radius: 50px;
        overflow: hidden;
    }
    .index-news .news-cate ul li a {
        background: #f8f8f8;
        display: block;
        color: #666;
    }
    .index-news .news-cate ul li a:hover {
        background: #c73108;
        color: #fff;
    }
    .index-news .news-cate ul li.on a {
        background: #c73108;
        color: #fff;
    }
    .index-news .news-main {
        display: none;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-news .news-main:first-child {
        display: block;
    }
    .index-news .news-main .left-top {
        width: 100%;
        margin-bottom: .746667rem;
    }
    .index-news .news-main .left-top .pic {
        overflow: hidden;
    }
    .index-news .news-main .left-top .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top h5 {
        margin-top: 20px;
    }
    .index-news .news-main .left-top h5 a {
        display: block;
        font-size: .4rem;
        color: #333;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .left-top:hover h5 a {
        color: #c73108;
    }
    .index-news .news-main .left-top:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .index-news .news-main .left-top p {
        font-size: .32rem;
        color: #666;
        margin-top: .266667rem;
        line-height: .533333rem;
    }
    .index-news .news-main .right-list {
        width: 100%;
    }
    .index-news .news-main .right-list .item {
        margin-bottom: .4rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
        padding-bottom: .32rem;
    }
    .index-news .news-main .right-list .item .pic {
        overflow: hidden;
        position: relative;
        width: 30%;
    }
    .index-news .news-main .right-list .item .pic .time {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        height: 70px;
        width: 70px;
        background-color: rgb(199 49 8 / 0.7);
    }
    .index-news .news-main .item .pic {
        overflow: hidden;
    }
    .index-news .news-main .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .pic .time b {
        color: #ffffff;
        font-size: 26px;
        display: block;
        margin-top: 9px;
        font-weight: bold;
    }
    .index-news .news-main .item .pic .time span {
        color: #ffffff;
    }
    .index-news .news-main .item .text {
        width: 66%;
        background-color: #fff;
    }
    .index-news .news-main .item .text h3 {
        margin-bottom: .213333rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-news .news-main .item .text h3 a {
        color: #333;
        font-size: .373333rem;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .index-news .news-main .item .text p {
        color: #999;
        line-height: .48rem;
        font-size: .32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-news .news-main .item:hover .text h3 a {
        color: #c73108;
    }
    .index-news .news-main .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .footer {
        background: #262930;
    }
    .footer .container {
        overflow: hidden;
    }
    .footer .foot-main {
        display: flex;
        justify-content: space-between;
        margin: .8rem 0px;
        margin-top: 1.066667rem;
    }
    .footer .foot-main .foot-nav {
        display: none;
    }
    .footer .foot-main .foot-nav-list {
        width: 868px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    .footer .foot-main .foot-nav-list .item dt.tit {
        font-size: 16px;
        margin-bottom: 30px;
        border-bottom: 1px #ddd solid;
        padding: 0 50px 10px 0;
        position: relative;
        font-weight: bold;
    }
    .footer .foot-main .foot-nav-list .item dt.tit::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #d60211;
    }
    .footer .foot-main .foot-nav-list .item dd a {
        display: block;
        color: #b4b7b8;
        margin-bottom: 15px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .footer .foot-main .foot-nav-list .item dd a:hover {
        color: #fff;
    }
    .footer .foot-main .foot-contact {
        text-align: center;
        color: #fff;
    }
    .footer .foot-main .foot-contact .add p {
        line-height: .533333rem;
        color: #b4b7b8;
        margin-bottom: .266667rem;
    }
    .footer .foot-main .foot-contact h2.tel {
        margin: .266667rem 0 .4rem;
        font-size: .853333rem;
        color: #ffffff;
    }
    .footer .foot-main .foot-contact .consult {
        display: inline-block;
        margin-top: .266667rem;
    }
    .footer .foot-main .foot-contact .consult a {
        background: #d60211 url(../images/icon_consult.png) .453333rem .346667rem no-repeat;
        background-size: .533333rem .533333rem;
        display: block;
        width: 3.2rem;
        padding-left: .8rem;
        height: 1.12rem;
        line-height: 1.12rem;
        text-align: center;
        color: #fff;
    }
    .footer .foot-main .qrcode img {
        display: block;
        width: 120px;
    }
    .footer .foot-main .qrcode p {
        color: #a5a8aa;
        text-align: center;
        margin-top: 10px;
    }
    .footer .foot-bottom {
        line-height: .533333rem;
        border-top: 1px #313131 solid;
        padding: .533333rem 0;
        color: #999;
    }
    .footer .foot-bottom .container {
        text-align: center;
    }
}